home *** CD-ROM | disk | FTP | other *** search
- lackaes.olb only works with -mshort. I didn't do much
- with gemlib's makefiles. just do:
- make -f makefile.16 lack
- _aesparams and __aes__ are now pointers. the macro NEW_AESP(x)
- will declare a new set of int arrays and set the AESP x to them.
- _aesparams=&x will allow the libraary to use it. this must be
- done before any aes calls are made. int (*__aes__)() is
- initialized to the standard function now called _user_aes().
- When an aes call returns, _aesparams and __aes__ are restored to
- the proper values, so this library can be used recursively and
- with multiple threads in any NON-premptive aes version.
-
-